From 21f4c1e5b995e38d42220928b1d0ae008036644e Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk" Date: Fri, 17 Jun 2005 17:36:02 +0000 Subject: [PATCH] bitkeeper revision 1.1713.3.11 (42b30a02txpfqH2-OnZmhyrJWqPgHQ) xs.c: Add copyright notice. Signed-off-by: Mike Wray Signed-off-by: Christian Limpach --- tools/python/xen/lowlevel/xs/xs.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/python/xen/lowlevel/xs/xs.c b/tools/python/xen/lowlevel/xs/xs.c index 9c26c0f51c..8feb94f00b 100644 --- a/tools/python/xen/lowlevel/xs/xs.c +++ b/tools/python/xen/lowlevel/xs/xs.c @@ -1,3 +1,8 @@ +/* + Python interface to the Xen Store Daemon. + Copyright (C) 2005 Mike Wray Hewlett-Packard +*/ + #include #include -- 2.30.2